| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetViewState function to get the value of a view state.
OSErr QTVRGetViewState (
QTVRInstance qtvr,
QTVRViewStateType viewStateType,
UInt16 *state);
The QTVRGetViewState function returns, in the state parameter, the current value of the view state of the object node specified by the qtvr parameter that has the type specified by the viewStateType parameter.
| Previous | Chapter contents | Chapter top | Section top | Next |